home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / disp10.zip / DISP10.DOC < prev    next >
Text File  |  1991-11-23  |  9KB  |  251 lines

  1.  
  2.  
  3.  
  4. ═════════════════════════════════════════════════════════════════════════════=
  5.  
  6.  
  7.                            Display Door v1.0
  8.  
  9.  
  10.                       FreeWare!  No Fee Required!
  11.  
  12.  
  13.               Written by: Gerry Freymann
  14.                           R.R.#1
  15.                           Baltimore, Ontario Canada
  16.                           K0K 1C0
  17.  
  18.           The Phantom BBS (416) 342-3734 USR HST Dual Standard
  19.                           (416) 342-3766 19200 USR HST
  20.  
  21.  
  22. ═════════════════════════════════════════════════════════════════════════════=
  23.  
  24.  
  25. ┌─────────────────────────────────────────────────────────────────────────┐
  26. │                        Warranty and Liability                           │
  27. └─────────────────────────────────────────────────────────────────────────┘
  28.  
  29. I retain the Copyright to this program.  You are NOT allowed to make
  30. changes to the compiled .EXE files without the expressed written consent
  31. of Gerry Freymann.  I work hard creating these programs and don't
  32. appreciate having my work altered.
  33.  
  34. I will NOT be held responsible for the use and/or misuse of this program.
  35. If you decide to run this program on your system you do so at your own
  36. risk.
  37.  
  38. PCBoard is a trademark of Clark Development Company.
  39.  
  40.  
  41.  
  42. ┌────────────────────────────────────────────────────────────────────────┐
  43. │                         Display History File                           │
  44. └────────────────────────────────────────────────────────────────────────┘
  45. Please view the file CHANGES.DOC for a complete history.
  46.  
  47.  
  48. ┌────────────────────────────────────────────────────────────────────────┐
  49. │                         Display Requirements                           │
  50. └────────────────────────────────────────────────────────────────────────┘
  51.  
  52. Multiple BBS support: DOOR.SYS, PCBOARD.SYS/PCBOARD.DAT/USERS,
  53. SFDOORS.DAT, CALLINFO.BBS, DORINFO1.DEF, DORINFO2.DEF and
  54. CHAIN.TXT
  55.  
  56. Directly supports PCBoard 14.x, GAP v4.x, RBBS-PC v17.x,
  57. WILDCAT! v2.x and Spitfire v3.x
  58.  
  59. A copy of BRUN30.EXE in your PATH= statement
  60.  
  61. DoorPatch 3.8 package
  62.  
  63.  
  64. ┌─────────────────────────────────────────────────────────────────────────┐
  65. │                         Overview of Display Door                        │
  66. └─────────────────────────────────────────────────────────────────────────┘
  67.  
  68. Welcome to Display Door.  This is a quick and dirty door I whipped up in
  69. about 2 hours to display some on-line Magazines that I use.  I already
  70. had a door that was doing this, but it costs money and since I can program
  71. my own doors I figured I might as well write my own and save some money.
  72.  
  73. Well, let me pass this savings on to you!  This door is released as
  74. FREEWARE.  There are no fees to use this product.  The Door will say it
  75. is UnRegistered however.  To Register, just drop me a line and then call
  76. and download the Register Utility.  I don't want money for this product
  77. but I do want to know who is using it.
  78.  
  79.  
  80.  
  81. ┌─────────────────────────────────────────────────────────────────────────┐
  82. │                         Features of Display Door                        │
  83. └─────────────────────────────────────────────────────────────────────────┘
  84.  
  85. ■ Supports baud rates up to 115,200 baud!
  86.  
  87. ■ Multiple BBS support
  88.  
  89. ■ You make your own Menu
  90.  
  91. ■ Supports file transfers from within the door
  92.  
  93. ■ Free!
  94.  
  95. ■ Fully Network compatible
  96.  
  97. ■ User activity logged
  98.  
  99.  
  100. ┌─────────────────────────────────────────────────────────────────────────┐
  101. │                        How to Install Display Door                      │
  102. └─────────────────────────────────────────────────────────────────────────┘
  103.  
  104. First Time Installation
  105. ──────────────────────────────────────────────────────────────────────────
  106.  
  107. Step 1)
  108. ──────
  109. Create a SubDirectory to place all of the Display files in.  Let's say
  110. C:\DOORS\DISPLAY
  111.  
  112. Step 2)
  113. ──────
  114. Unzip (or copy) the contents of DISPLAY ZIP into C:\DOORS\DISPLAY.  You
  115. need to edit the DISPLAY.CFG file as follows:
  116.  
  117. Line #1 => C:\PCB\PCBOARD.SYS  (The location for the BBS I/O file)
  118. Line #2 => The Phantom BBS     (The BBS' name)
  119. Line #3 => Gerry               (Sysop first name)
  120. Line #4 => Freymann            (Sysop last name)
  121. Line #5 => Mr. Donor           (The donor of the DOOR)
  122. Line #6 => 8                   (# of files to display)
  123. Line #7 => NBBS Newsletter     (Name of material to feature)
  124.  
  125. Step 3)
  126. ──────
  127. Edit the file DISPLAY - this should be placed in your \PCB directory and
  128. will be used to call up the door.  A typical batch file for PCBoard would
  129. like this:
  130.  
  131. ECHO OFF
  132. C:
  133. CD\DOORS\DISPLAY
  134. DISP10 DISPLAY.CFG
  135. C:
  136. CD\PCB
  137. BOARD
  138.  
  139. Step 4)
  140. ──────
  141. Edit your DOORS.LST file using PCBSetup and include DISPLAY.
  142.  
  143. Step 5)
  144. ──────
  145. Edit your DOORS Menu screen to include DISPLAY.
  146.  
  147. Step 6)
  148. ──────
  149. Set up and configure DoorPatch.  This release uses DoorPatch 3.8 and it
  150. operates a little differently than previous DoorPatch releases.  Here
  151. is all you need to do:
  152.  
  153. Unzip the DoorPatch 3.8 package into a subdirectory.
  154. Two environment variables must be set in your AUTOEXEC.BAT file:
  155.  
  156. SET LIB=<drive:><path to DORPCH38.EXE>  Note: ONLY the PATH!
  157.  
  158. Example:  SET LIB=C:\MYLIB
  159.  
  160. The DORPCH38.EXE run-time library and DOORPCH.CFG files must then
  161. be placed in this directory.
  162.  
  163. SET DOORPCH=PCB     This variable is required by prior versions
  164.                      of DOORPCH, but not by DORPCH38.EXE.
  165.  
  166. Create DOORPCH.CFG in the same directory where you placed the DoorPatch
  167. 3.8 files.  The data in this file lets you setup DoorPch for your BBS.
  168. This is not the same as DISPLAY.CFG - this is a separate configuration
  169. file used to configure DoorPatch 3.8.
  170.  
  171. Line #1 => PCBoard          (The type of BBS software used)
  172. Line #2 => The Phantom BBS  (The BBS's name)
  173. Line #3 => Gerry            (Sysop first name)
  174. Line #4 => Freymann         (Sysop last name)
  175. Line #5 => Y                (Do you have DOS's Share.exe loaded?)
  176. Line #6 => Y                (Y or N - Do you want PCBoard's "@" macros?)
  177. Line #7 => N                (Y or N - Do you want to hear music?)
  178. Line #8 => 18:00-23:00      (Hours available for chat)
  179.  
  180. Step 7)
  181. ──────
  182. Print out the REGISTER.FRM and think about registering this product
  183. someday soon ;-) !
  184.  
  185.  
  186. Upgrading from a Previous Version of Display
  187. ───────────────────────────────────────────────────────────────────────────
  188.  
  189. If you have been running a previous release of Display - you should be sure
  190. to read over CHANGES.DOC.  Update instructions from version to version are
  191. detailed there.
  192.  
  193.  
  194. ┌─────────────────────────────────────────────────────────────────────────┐
  195. │                       Command-line parameters                           │
  196. └─────────────────────────────────────────────────────────────────────────┘
  197.  
  198. Once you've configured DoorPatch 3.8 you run Display in local mode by
  199. using the /LOCAL command-line switch as follows:
  200.  
  201.         DISP10 DISPLAY.CFG /LOCAL   <== Allows local usage of the DOOR as
  202.                                         the SysOp.
  203.  
  204.  
  205. ┌─────────────────────────────────────────────────────────────────────────┐
  206. │              Files needed for Display Door Operation                    │
  207. └─────────────────────────────────────────────────────────────────────────┘
  208.  
  209. *   DISP10.EXE      <<--The main program
  210. *  DISPLAY.CFG      <<--A sample configuration file
  211.    DISPLAY          <<--A sample file to run the whole thing
  212.     DISP10.DOC      <<--I luv this part - You're reading it right now!
  213.      SYSOP.DOC      <<--Full DoorPatch Instructions
  214.      FLYER.DOC      <<--Information on other programs available from me
  215.   REGISTER.FRM      <<--Registration Form - print out and return
  216.  
  217. Files required by the program:
  218.  
  219. *   MENU(G)        <<--This is the Menu displayed to the User
  220. *    DIR(G)        <<--List of Files you want available for downloading
  221. *       1.TXT      <<--User enters 1 and sees this file
  222. *       2.TXT      <<--User enters 2 and sees this file
  223.         etc!
  224.  
  225. Files needed for Door Patch Operation:
  226.  
  227. * DORPCH38.EXE     <<--If you don't have these I can make them available to
  228.     BRUN30.EXE     <<--to you on my Board.
  229.  
  230. [*] - these files must be in the same directory
  231.  
  232.  
  233. Support the Shareware concept...
  234. ──────────────────────────────────────────────────────────────────────────
  235. To Register, please print out and return the REGISTER.FRM in the Zip file.
  236. When you register, you will be given access to a small program called
  237. DISPEG.EXE which you run in your door subdirectory.  This program will
  238. create a file called DISPLAY.REG which will instantly register your existing
  239. copy of the door program and any and all future versions as well.  This
  240. means that any future releases you find will automatically continue to say
  241. registered to you, without the need to come back to me.  I hope you'll
  242. appreciate this new system.  You should be able to call The Phantom BBS
  243. and make your initial call, wait until I update my records and download
  244. this small utility without spending alot of time on the phone.
  245.  
  246. Remember - this file is FREEWARE!
  247.  
  248.                         Thanks for your support!
  249.  
  250.  
  251.